#!/bin/csh -f

foreach i ($argv)
	awk -f pg.aw $i | sort +1n -2 +2n -3 > $i.trf
#	awk -f pg.aw $i | sort +1n -2 +2n -3 +0n -1 > $i.trf
	end
